home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / nwtcpos2.zip / NWTCP.TXT
Text File  |  1993-03-14  |  4KB  |  121 lines

  1. This file describes configuring Netware requestor for OS/2 to run 
  2. with TCP/IP.  The magic lies in use of novell's ODINSUP MAC driver.  
  3. It is an ODI client, which lets it share with Novell's 3c523.sys, 
  4. and an NDIS MAC driver, which gives TCP, and Comm Mangler as well, 
  5. something to bind to.
  6.  
  7. This information has been reviewed by neither Novell nor IBM, it's 
  8. merely a user's report of something that works.
  9.  
  10. Versions:       OS/2 V2.0 6H.177
  11.                 IBM TCP/IP V1.2
  12.                 Novell Requestor level 6.167
  13.  
  14. Directories:    \IBMCOM         -- LAPS drivers (from TCP/IP kit)
  15.                 \TCPIP          -- TCP/IP
  16.                 \NETWARE.OS2    -- Novell 
  17.  
  18. --------------------------------- C:\CONFIG.SYS ------------------------------------------------------
  19. rem Abstract of config.sys.  Order counts!
  20.  
  21. LIBPATH=.;C:\OS2\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL;C:\NETWARE.OS2;C:\TCPIP\DLL;c:\ibmcom\dll;
  22. rem Added by hand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . ^
  23. SET PATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\MDOS;C:\OS2\APPS;L:\OS2;M:\;C:\NETWARE.OS2;C:\TCPIP\BIN;c:\utils;
  24.  
  25. rem ... Other stuff here
  26.  
  27. REM --- NetWare Requester statements BEGIN ---
  28. DEVICE=C:\NETWARE.OS2\LSL.SYS
  29. RUN=C:\NETWARE.OS2\DDAEMON.EXE
  30. DEVICE=C:\NETWARE.OS2\3C523.SYS
  31. DEVICE=C:\NETWARE.OS2\IPX.SYS
  32. rem DEVICE=C:\NETWARE.OS2\SPX.SYS
  33. rem RUN=C:\NETWARE.OS2\SPDAEMON.EXE
  34. rem DEVICE=C:\NETWARE.OS2\NMPIPE.SYS
  35. rem DEVICE=C:\NETWARE.OS2\NPSERVER.SYS
  36. rem RUN=C:\NETWARE.OS2\NPDAEMON.EXE NP_COMPUTERNAME
  37. DEVICE=C:\NETWARE.OS2\NWREQ.SYS
  38. IFS=C:\NETWARE.OS2\NWIFS.IFS
  39. RUN=C:\NETWARE.OS2\NWDAEMON.EXE
  40. em DEVICE=C:\NETWARE.OS2\NETBIOS.SYS
  41. rem RUN=C:\NETWARE.OS2\NBDAEMON.EXE
  42. rem DEVICE=C:\NETWARE.OS2\VIPX.SYS
  43. RUN=C:\NETWARE.OS2\NWSPOOL.EXE
  44. REM --- NetWare Requester statements END ---
  45.  
  46. REM -- TCP/IP ---
  47.  
  48. device=c:\ibmcom\lanmsgdd.os2 /I:C:\IBMCOM
  49. run=c:\ibmcom\lanmsgex.exe
  50. device=c:\ibmcom\protman.os2 /I:C:\IBMCOM
  51. rem (netware provides odinsup)device=c:\ibmcom\macs\ELNKMC.OS2
  52. device=c:\netware.os2\odinsup.sys
  53.  
  54. SET ETC=C:\TCPIP\ETC
  55. SET TMP=C:\TCPIP\TMP
  56. TIMESLICE=100,100
  57. RUN=C:\TCPIP\BIN\CNTRL.EXE
  58. IFS=C:\TCPIP\BIN\NFS.IFS
  59. SET TZ=EST
  60. SET HOSTNAME=BOBH
  61. device=c:\tcpip\bin\inet.sys
  62. device=c:\tcpip\bin\ifndis.sys
  63.  
  64. REM -- Bind NDIS drivers -- after all protocol and mac drivers loaded
  65. run=c:\ibmcom\netbind.exe
  66.  
  67. ----------------------------------- C:\NET.CFG ------------------------------------------------------
  68.  
  69. file handles = 60
  70. local printers = 0
  71. show dots = on
  72.  
  73. NETWARE REQUESTER
  74.     PREFERRED JUP-NOVA1
  75.  
  76.  
  77. protocol odinsup
  78.         bind 3c523
  79.  
  80. ---------------------------- C:\IBMCOM\PROTOCOL.INI ------------------------------------------------------
  81.  
  82. ;
  83. ; Sample PROTOCOL.INI File
  84. ; See the file PROTOCOL.SMP for examples of particular hardware configurations
  85. ; ---------------------  Protocol Manager Definition  -----------------------
  86.  
  87. [PROTOCOL_MANAGER]
  88.     DriverName = PROTMAN$
  89.  
  90. [TCPIP_XIF]
  91.   DriverName = TCPIP$
  92. ;;  Bindings = IBMTOK
  93.   Bindings = x3c523
  94. ; Comment out the above statement (Bindings = IBMTOK) and uncomment out  the next stmt. if
  95. ; you have two token ring adapters
  96. ;  Bindings = IBMTOK, IBMTOK2
  97.  
  98. ; --------------  IBM Token-Ring Adapter Definition  -----------------------
  99. [IBMTOK]
  100.     DriverName = IBMTOK$
  101.     Primary
  102.  
  103. [IBMTOK2]
  104.     DriverName = IBMTOK2$
  105.     Alternate
  106.  
  107. ; -------------------  3Com Network Adapter Definition  ---------------------
  108.  
  109. [TCMAC2]
  110.     DriverName = ELNKMC$
  111.     MaxTransmits = 10
  112. [TCMAC]
  113.     DriverName = ELNKII$
  114.     Interrupt = 3
  115.     IOAddress = 0x300
  116.     DMAChannel = 3
  117.     MaxTransmits = 10
  118.     Transceiver  = Onboard
  119.  
  120. ----------------------------------- End ------------------------------------------------------
  121.